Skip to main content

RepeatForEachByte

Type

iterator

Summary

Repeat over the bytes of some data

Syntax

byte <Iterand>

Description

Use repeat for each to perform an operation on each byte of some data. On each iteration, the Iterand will contain the next char of the string being iterated over.

Parameters

NameTypeDescription

Iterand

A container of binary data.

Thank you for your feedback!

Was this page helpful?